
.xxtb .title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.item .item-title{
	    background: #fff;
    border-bottom: 0;
	position:relative;
	padding-left:10px;
}
.item .item-title:before{
	content:'';
	width: 4px;
    height: 20px;
    background: #317ac9;
    display: block;
	position:absolute;
	top:8px;
	left:0;
}
.item .sign-section{
	padding:0px 0 20px !important;
}
.item .sign-section.first{
	margin-top:40px;
}
.item .sign-section p{
	
	width: 800px;
    margin: 0 auto;
	margin-bottom:10px;
}
.item .sign-section p:hover{
	background:#fff;
}

.input-group{
	display:inline-block;
}
.form-control {
    display: inline-block;
    width: 310px;
    height: 36px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
	padding-left:10px;
	margin-right:5px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #e7e7e2;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu {
    display: none;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175);
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    padding:0;
}

.sb-time{
	width: 800px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.agree .agreement{
	color:#317ac9;
}
.popup{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 2;
    opacity: 0.2;
}
.agree-head .btn-close{
	position: absolute;
    top: -28px;
    right: -24px;
	cursor:pointer;
	z-index: 3;
	width:30px;
}
.agreementPopup{
	display:none;
	position: fixed;
    top: 0;
    width: 600px;
    background: #fff;
    padding: 20px;
    left: 50%;
    margin-left: -300px;
    z-index: 3;
    top: 220px;
    border-radius: 5px;
}

/*icheck插件start*/
/* iCheck plugin Flat skin, blue
----------------------------------- */
[class*="icheckbox_"], [class*="iradio"]{
	margin-right: 6px !important;
}
.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../image/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}
.icheckbox_flat-blue.checked {
    background-position: -20px 0;
}
.icheckbox_flat-blue.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat-blue.checked.disabled {
    background-position: -63px 0;
}

.iradio_flat-blue {
    background-position: -84px 0;
}
.iradio_flat-blue.checked {
    background-position: -105px 0;
}
.iradio_flat-blue.disabled {
    background-position: -125px 0;
    cursor: default;
}
.iradio_flat-blue.checked.disabled {
    background-position: -145px 0;
}


/*.icheckbox_flat-blue{
	background: url(../image/checkbox_checked_no.png) no-repeat;
}
.icheckbox_flat-blue.checked{
	background: url(../image/checkbox_checked.png) no-repeat;
}
.icheckbox_flat-blue.disabled {
    background: url(../image/checkbox_checked_no_disabled.png)) no-repeat;
    cursor: default;
}
.icheckbox_flat-blue.checked.disabled {
    background: url(../image/checkbox_checked_disabled.png)) no-repeat;
}

.iradio_flat-blue {
    background: url(../image/radio_checked_no.png) no-repeat;
}
.iradio_flat-blue.checked {
    background: url(../image/radio_checked.png) no-repeat;
}
.iradio_flat-blue.disabled {
    background: url(../image/radio_checked_no_disabled.png) no-repeat;
    cursor: default;
}
.iradio_flat-blue.checked.disabled {
    background: url(../image/radio_checked_disabled.png) no-repeat;
}*/
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .iradio_flat-blue {
        background-image: url(../image/blue@2x.png);
        -webkit-background-size: 168px 20px;
        background-size: 168px 20px;
    }
    .icheckbox_flat-blue {
        background-image: url(../image/blue@2x.png);
        -webkit-background-size: 166px 20px;
        background-size: 166px 20px;
    }
}
/*icheck插件end*/
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox,.checkbox-inline,
.radio,.radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1080px) {
	body{
		min-width:100%;
	}
	.g-header .header-in, .g-nav .nav-in, .g-content .content-in{
		width:100%;
		min-width: 100%;
	}
	.g-nav a {
    
		padding: 0 20px;
	}
	.g-nav a.fr {
		padding: 0 20px;
	}
	.xxtb{
		width:100%;
	}
	.item .sign-section p{
		width:640px;
		    margin:0 0 10px 0;
	}
	.sb-time{
		width:640px;
		    margin:0 0 10px 0;
	}
}

@media only screen and (max-width: 769px) {
	.xxtb-box .item{
		padding:0;
	}
	.item .sign-section.first{
		margin-top:20px;
	}
	.form-control{
		height:32px;
		width:100%;
	}
	.item .sign-section{
		padding: 0px 0 0px !important;
	}
	.item .sign-section .sb-time{
		width:100% !important;
	}
	.item .sign-section p{
		width:100%;
		    font-size: 13px;
	}
	.input-group{
		width:65%;
	}
	.m-sign .sign-section .select2{
		width:67% !important;
	}
	.agree .td-5{
		width:0%;
	}
	.m-sign .td-6{
		height: 34px;
    	line-height: 34px;
	}
	.agree .checkbox-inline{
		padding-left:10px;
	}
	.agreementPopup{
		width:70%;
		margin-left:-20px;
		left:15%;
		top:15%;
		
	}
	.agree-content{
		max-height: 400px;
		overflow-y: auto;
	}
	
}
@media only screen and (max-width: 340px){
	.m-sign .td-6{
		font-size: 12px;
		width: 32%;
	}
	.m-sign .sign-section input[type="text"], 
	.m-sign .sign-section input[type="password"]{
		width: 63%;
	}
}
